MESCIUS SPREAD for Windows Forms 15.0J
Item プロパティ (CollectionBase<T>)

インデックスを表すInt32値。
コレクション内の指定したインデックスにある T オブジェクトを取得または設定します。
構文
'宣言
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

パラメータ

index
インデックスを表すInt32値。

プロパティ値

有効な各インデックスにあるT
例外
例外解説
System.ArgumentOutOfRangeException
System.ArgumentOutOfRangeException
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© MESCIUS inc. All rights reserved.